home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CTclShellDialog.h
-
-
- SUPERCLASS = CDLOGDirector
-
- Copyright ⌐ 1991 Symantec Corporation. All rights reserved.
-
-
- ******************************************************************************/
-
- #define _H_CTclShellDialog
-
- #include "CDLOGDirector.h"
- #include "CDialogText.h"
-
- class CTclShellDialog : public CDLOGDirector
- {
-
- public:
-
- CDialogText *itsShellItem;
- CDialogText *itsStatusItem;
-
- void ITclShellDialog( void);
-
- virtual void SetupItems( void);
- virtual void DoCommand( long aCmd);
-
- virtual void Dispose( void);
-
- };